projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0883c
)
tools: consistently use $(PYTHON)
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:13:29 +0000
(11:13 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:13:29 +0000
(11:13 +0100)
Signed-off-by: Christoph Egger <Christoph. Egger@amd.com>
tools/python/Makefile
patch
|
blob
|
history
diff --git
a/tools/python/Makefile
b/tools/python/Makefile
index 295bd36ec8f0cc16ed2bd9e7c366411f28dfa4e0..d5037ae2f5d567621180451dfeb10bd37f95fa9c 100644
(file)
--- a/
tools/python/Makefile
+++ b/
tools/python/Makefile
@@
-87,7
+87,7
@@
install-messages: all
.PHONY: test
test:
- export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore);
python
test.py -b -u
+ export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore);
$(PYTHON)
test.py -b -u
.PHONY: clean
clean: